feat(ci): add hive consume test workflow#1692
Merged
danceratopz merged 6 commits intoethereum:forks/osakafrom Nov 27, 2025
Merged
feat(ci): add hive consume test workflow#1692danceratopz merged 6 commits intoethereum:forks/osakafrom
danceratopz merged 6 commits intoethereum:forks/osakafrom
Conversation
27793d7 to
7d6b9fd
Compare
spencer-tb
commented
Oct 27, 2025
Contributor
Author
|
Passing them here: https://github.com/ethereum/execution-specs/actions/runs/18876034305/job/53865955924?pr=1692 I added the filtering back now so this is ready for review! |
danceratopz
reviewed
Oct 29, 2025
Member
danceratopz
left a comment
There was a problem hiding this comment.
Looks like we need a rebase - I will do this and address some issues directly :)
3117075 to
d8a9fff
Compare
danceratopz
approved these changes
Oct 29, 2025
Member
There was a problem hiding this comment.
@spencer-tb this is awesome, we've been missing this for a while! 😅
I rebased so I could fix-up the paths, added a couple more paths to trigger the workflow and updated to hte astral-sh/update-uv action.
One other suggestion below.
Co-authored-by: danceratopz <danceratopz@gmail.com>
0c663b2 to
f4a149b
Compare
5 tasks
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a CI workflow to validate hive integration with consume commands. Previously, we lacked CI for consume, which has led to breaking changes going undetected until they impacted downstream EL clients.
This workflow provides early detection of consume-related regressions, preventing disruption to client teams who depend on our test fixtures.
What's Tested
The workflow runs four parallel test jobs:
ethereum/eels/consume-engineethereum/eels/consume-rlpethereum/eels/consume-syncethereum/eels/consume-engineDev mode validationAll tests use
go-ethereumas the reference client and filter to a subset of Osaka fork tests to keep CI runtime reasonable while still providing meaningful coverage. We pull the latestgo-ethereumimage fromethpandaops.We run a single test just to check for no fails. It assumes
go-ethereumwill pass this test always. It takes no longer that 5 minutes to run the workflow.We may consider expanding the filter for when we run this workflow, to include any changes to
packages/testing.